perm filename COMP.PAL[HAL,HE]1 blob sn#155554 filedate 1975-04-23 generic text, type C, neo UTF8
COMMENT āŠ—   VALID 00002 PAGES
C REC  PAGE   DESCRIPTION
C00001 00001
C00002 00002	 File that requires all the compiled files.  This is meant to be
C00003 ENDMK
CāŠ—;
; File that requires all the compiled files.  This is meant to be
;overlaid on top of the interpreter. 

. = 44000	;Beginning of instruction space

	.MACRO MAKEOP CNAME, ANAME	;Compiler name, Address name
	XX	CNAME
	.ENDM

.INSRT HALHED.PAL[HAL,HE]
.INSRT	INTOPS.PAL[HAL,HE]
	;The interpreter operation table

;.INSRT	COM0.PAL[H,RF]
;.INSRT	COM1.PAL[H,RF]
;.INSRT	COM2.PAL[H,RF]
;.INSRT	COM3.PAL[H,RF]
.INSRT	COMT.PAL[H,RF]

.END